Contribution org.nuxeo.template.jsf.codec--urlpatterns
In component org.nuxeo.template.jsf.codec
org.nuxeo.template.jsf.codec
inside nuxeo-template-rendering-web-5.8.jar
This contribution is part of XML component Documentation
Url pattern to access templates
Extension Point
Extension point urlpatterns of component URLService.Contributed Items
XML Source
<extension point="urlpatterns" target="org.nuxeo.ecm.platform.ui.web.rest.URLService">
<documentation>
Url pattern to access templates
</documentation>
<urlPattern enabled="true" name="template">
<defaultURLPolicy>false</defaultURLPolicy>
<needBaseURL>true</needBaseURL>
<needRedirectFilter>false</needRedirectFilter>
<needFilterPreprocessing>true</needFilterPreprocessing>
<codecName>template</codecName>
<actionBinding>#{templateRestHelper.render}</actionBinding>
<documentViewBinding>#{restHelper.documentView}</documentViewBinding>
<newDocumentViewBinding>#{restHelper.newDocumentView}
</newDocumentViewBinding>
</urlPattern>
</extension>